home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / coreutils / copyright < prev    next >
Encoding:
Text File  |  2008-01-22  |  12.2 KB  |  300 lines

  1. This is the Debian GNU/Linux packaged version of the GNU core
  2. utilities.
  3.  
  4. This package is maintained by Michael Stone <mstone@debian.org> and
  5. built from sources obtained from:
  6.   ftp://ftp.gnu.org/gnu/coreutils/coreutils-6.10.tar.gz
  7.  
  8. This debian package was first put together by Michael Stone 
  9. <mstone@debian.org>, from coreutils 4.5.1.
  10.  
  11. Changes:
  12.  * added Debian GNU/Linux package maintenance system files
  13.  * at times, bug fixes awaiting inclusion in the upstream source
  14.  
  15.  
  16. Authors
  17. =======
  18.  
  19. See the file AUTHORS.
  20.  
  21.  
  22. Copyright Holders and License
  23. =============================
  24.  
  25. lib/fts.c
  26. ---------
  27.  
  28.    Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  29.  
  30.    This program is free software: you can redistribute it and/or modify
  31.    it under the terms of the GNU General Public License as published by
  32.    the Free Software Foundation; either version 3 of the License, or
  33.    (at your option) any later version.
  34.  
  35.    This program is distributed in the hope that it will be useful,
  36.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  37.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  38.    GNU General Public License for more details.
  39.  
  40.    You should have received a copy of the GNU General Public License
  41.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  42.  
  43. /*-
  44.  * Copyright (c) 1990, 1993, 1994
  45.  *      The Regents of the University of California.  All rights reserved.
  46.  *
  47.  * Redistribution and use in source and binary forms, with or without
  48.  * modification, are permitted provided that the following conditions
  49.  * are met:
  50.  * 1. Redistributions of source code must retain the above copyright
  51.  *    notice, this list of conditions and the following disclaimer.
  52.  * 2. Redistributions in binary form must reproduce the above copyright
  53.  *    notice, this list of conditions and the following disclaimer in the
  54.  *    documentation and/or other materials provided with the distribution.
  55.  * 4. Neither the name of the University nor the names of its contributors
  56.  *    may be used to endorse or promote products derived from this software
  57.  *    without specific prior written permission.
  58.  *
  59.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  60.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  61.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  62.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  63.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  64.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  65.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  66.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  67.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  68.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  69.  * SUCH DAMAGE.
  70.  */
  71.  
  72.  
  73. lib/fts_.h
  74. ----------
  75.  
  76.    Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
  77.  
  78.    This program is free software: you can redistribute it and/or modify
  79.    it under the terms of the GNU General Public License as published by
  80.    the Free Software Foundation; either version 3 of the License, or
  81.    (at your option) any later version.
  82.  
  83.    This program is distributed in the hope that it will be useful,
  84.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  85.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  86.    GNU General Public License for more details.
  87.  
  88.    You should have received a copy of the GNU General Public License
  89.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  90.  
  91. /*
  92.  * Copyright (c) 1989, 1993
  93.  *      The Regents of the University of California.  All rights reserved.
  94.  *
  95.  * Redistribution and use in source and binary forms, with or without
  96.  * modification, are permitted provided that the following conditions
  97.  * are met:
  98.  * 1. Redistributions of source code must retain the above copyright
  99.  *    notice, this list of conditions and the following disclaimer.
  100.  * 2. Redistributions in binary form must reproduce the above copyright
  101.  *    notice, this list of conditions and the following disclaimer in the
  102.  *    documentation and/or other materials provided with the distribution.
  103.  * 4. Neither the name of the University nor the names of its contributors
  104.  *    may be used to endorse or promote products derived from this software
  105.  *    without specific prior written permission.
  106.  *
  107.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  108.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  109.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  110.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  111.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  112.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  113.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  114.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  115.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  116.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  117.  * SUCH DAMAGE.
  118.  
  119.  
  120. lib/rand-isaac.[ch]
  121. -------------------
  122.  
  123.    Copyright (C) 1999-2006 Free Software Foundation, Inc.
  124.    Copyright (C) 1997, 1998, 1999 Colin Plumb.
  125.  
  126.    This program is free software: you can redistribute it and/or modify
  127.    it under the terms of the GNU General Public License as published by
  128.    the Free Software Foundation, either version 3 of the License, or
  129.    (at your option) any later version.
  130.  
  131.    This program is distributed in the hope that it will be useful,
  132.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  133.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  134.    GNU General Public License for more details.
  135.  
  136.    You should have received a copy of the GNU General Public License
  137.    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  138.  
  139.  
  140. lib/inet_ntop.c
  141. ---------------
  142.  
  143.    Copyright (C) 2005, 2006  Free Software Foundation, Inc.
  144.  
  145.    This program is free software; you can redistribute it and/or modify
  146.    it under the terms of the GNU General Public License as published by
  147.    the Free Software Foundation; either version 3, or (at your option)
  148.    any later version.
  149.  
  150.    This program is distributed in the hope that it will be useful,
  151.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  152.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  153.    GNU General Public License for more details.
  154.  
  155.    You should have received a copy of the GNU General Public License
  156.    along with this program; if not, write to the Free Software Foundation,
  157.    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
  158.  
  159. /*
  160.  * Copyright (c) 1996-1999 by Internet Software Consortium.
  161.  *
  162.  * Permission to use, copy, modify, and distribute this software for any
  163.  * purpose with or without fee is hereby granted, provided that the above
  164.  * copyright notice and this permission notice appear in all copies.
  165.  *
  166.  * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  167.  * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  168.  * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  169.  * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  170.  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  171.  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  172.  * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  173.  * SOFTWARE.
  174.  */
  175.  
  176.  
  177. m4/autobuild.m4
  178. ---------------
  179. dnl Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc.
  180. dnl This file is free software; the Free Software Foundation
  181. dnl gives unlimited permission to copy and/or distribute it,
  182. dnl with or without modifications, as long as this notice is preserved.
  183.  
  184. dnl From Simon Josefsson
  185.  
  186.  
  187. src/cut.c
  188. ---------
  189.  
  190.    Copyright (C) 1997-2007 Free Software Foundation, Inc.
  191.    Copyright (C) 1984 David M. Ihnat
  192.  
  193.    This program is free software: you can redistribute it and/or modify
  194.    it under the terms of the GNU General Public License as published by
  195.    the Free Software Foundation, either version 3 of the License, or
  196.    (at your option) any later version.
  197.  
  198.    This program is distributed in the hope that it will be useful,
  199.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  200.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  201.    GNU General Public License for more details.
  202.  
  203.    You should have received a copy of the GNU General Public License
  204.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  205.  
  206.  
  207. src/dircolors.c
  208. ---------------
  209.  
  210.    Copyright (C) 1996-2007 Free Software Foundation, Inc.
  211.    Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 H. Peter Anvin
  212.  
  213.    This program is free software: you can redistribute it and/or modify
  214.    it under the terms of the GNU General Public License as published by
  215.    the Free Software Foundation, either version 3 of the License, or
  216.    (at your option) any later version.
  217.  
  218.    This program is distributed in the hope that it will be useful,
  219.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  220.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  221.    GNU General Public License for more details.
  222.  
  223.    You should have received a copy of the GNU General Public License
  224.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  225.  
  226.  
  227. src/paste.c
  228. -----------
  229.  
  230.    Copyright (C) 1997-2005 Free Software Foundation, Inc.
  231.    Copyright (C) 1984 David M. Ihnat
  232.  
  233.    This program is free software: you can redistribute it and/or modify
  234.    it under the terms of the GNU General Public License as published by
  235.    the Free Software Foundation, either version 3 of the License, or
  236.    (at your option) any later version.
  237.  
  238.    This program is distributed in the hope that it will be useful,
  239.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  240.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  241.    GNU General Public License for more details.
  242.  
  243.    You should have received a copy of the GNU General Public License
  244.    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
  245.  
  246.  
  247. src/shred.c
  248. -----------
  249.  
  250.    Copyright (C) 1999-2007 Free Software Foundation, Inc.
  251.    Copyright (C) 1997, 1998, 1999 Colin Plumb.
  252.  
  253.    This program is free software: you can redistribute it and/or modify
  254.    it under the terms of the GNU General Public License as published by
  255.    the Free Software Foundation, either version 3 of the License, or
  256.    (at your option) any later version.
  257.  
  258.    This program is distributed in the hope that it will be useful,
  259.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  260.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  261.    GNU General Public License for more details.
  262.  
  263.    You should have received a copy of the GNU General Public License
  264.    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  265.  
  266.  
  267. doc/coreutils.texi (The GNU Coreutils Manual)
  268. ---------------------------------------------
  269.  
  270. Copyright @copyright{} 1994-1996, 2000-2008 Free Software Foundation, Inc.
  271.  
  272. Permission is granted to copy, distribute and/or modify this document
  273. under the terms of the GNU Free Documentation License, Version 1.2 or
  274. any later version published by the Free Software Foundation; with no
  275. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  276. Texts.  A copy of the license is included in the section entitled ``GNU
  277. Free Documentation License''.
  278.  
  279.  
  280. all other files
  281. ---------------
  282.  
  283. Copyright (C) 1984-2008 Free Software Foundation, Inc.
  284.  
  285.    This program is free software: you can redistribute it and/or modify
  286.    it under the terms of the GNU General Public License as published by
  287.    the Free Software Foundation, either version 3 of the License, or
  288.    (at your option) any later version.
  289.  
  290.    This program is distributed in the hope that it will be useful,
  291.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  292.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  293.    GNU General Public License for more details.
  294.  
  295.    You should have received a copy of the GNU General Public License
  296.    along with this program.  If not, see <http://www.gnu.org/licenses/>.
  297.  
  298. On Debian systems, the complete text of the GNU General
  299. Public License can be found in `/usr/share/common-licenses/GPL-3'.
  300.